Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace > GeneralExtensions Class > Parse Method : Parse<T>(String) Method |
[ExtensionAttribute()] public static T Parse<T>( string value )
'Declaration
<ExtensionAttribute()> Public Overloads Shared Function Parse(Of T)( _ ByVal value As String _ ) As T
'Usage
Dim value As String Dim value As T value = GeneralExtensions.Parse(Of T)(value)
[ExtensionAttribute()] public: static T^ Parsegeneric<typename T> ( String^ value )